Skip to content

chore(deps): bump aspect_rules_lint from 1.10.2 to 2.6.0#76

Merged
FScholPer merged 3 commits into
mainfrom
dependabot/bazel/aspect_rules_lint-2.6.0
Jun 9, 2026
Merged

chore(deps): bump aspect_rules_lint from 1.10.2 to 2.6.0#76
FScholPer merged 3 commits into
mainfrom
dependabot/bazel/aspect_rules_lint-2.6.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 22, 2026

Copy link
Copy Markdown
Contributor

Bumps aspect_rules_lint from 1.10.2 to 2.6.0.

Release notes

Sourced from aspect_rules_lint's releases.

v2.6.0

Add this to your file:

bazel_dep(name = "aspect_rules_lint", version = "2.6.0")

This repo also provides a lint task for the Aspect CLI. Add this to your MODULE.aspect file:

# AXL dependencies; see https://github.com/aspect-extensions
axl_archive_dep(
    name = "aspect_rules_lint",
    urls = ["https://github.com/aspect-build/rules_lint/releases/download/v2.6.0/rules_lint-v2.6.0.tar.gz"],
    integrity = "sha256-m77X214HUuicf8dqgXbAU+j+hlHzSOH3EQXMI7Xv/44=",
    strip_prefix = "rules_lint-2.6.0",
    dev = True,
    auto_use_tasks = True,
)

Then, follow the install instructions for

What's Changed

New Contributors

Full Changelog: aspect-build/rules_lint@v2.5.2...v2.6.0

v2.5.2

... (truncated)

Commits
  • 3f0c79f Changes by create-pull-request action (#870)
  • 45a4467 Changes by create-pull-request action (#866)
  • aa07d0a feat(format): support formatting of go.mod and go.work files (#859)
  • aaa369b fix: resolve SARIF parser toolchain (#863)
  • 2026746 refactor: move rules_rust bits into nested module (#865)
  • 488a7a0 Changes by create-pull-request action (#861)
  • 044f848 docs: add F# as a supported language (#858)
  • 9d1d464 feat: Add SARIF handling for cppcheck (#840)
  • 4f8e7de fix(format): quote path args so find doesn't word-split (#856)
  • ed93fc1 Changes by create-pull-request action (#855)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels May 22, 2026
@github-actions

github-actions Bot commented May 22, 2026

Copy link
Copy Markdown

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run --lockfile_mode=error //:license-check

Status: ⚠️ Needs Review

Click to expand output
[License Check Output]
Extracting Bazel installation...
Starting local Bazel server (8.6.0) and connecting to it...
INFO: Invocation ID: e4f5266e-8d6b-4be7-bfec-8f638888532a
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Loading: 
Loading: 0 packages loaded
Loading: 0 packages loaded
WARNING: Download from https://github.com/eclipse-score/tooling/archive/refs/tags/v1.2.0.tar.gz failed: class java.net.SocketException Closed by interrupt
WARNING: Target pattern parsing failed.
ERROR: Skipping '//:license-check': error loading package '': at /home/runner/.bazel/external/score_docs_as_code+/docs.bzl:46:6: Label '@@rules_python+//sphinxdocs:sphinx.bzl' is invalid because 'sphinxdocs' is not a package; perhaps you meant to put the colon here: '@@rules_python+//:sphinxdocs/sphinx.bzl'?
ERROR: error loading package '': at /home/runner/.bazel/external/score_docs_as_code+/docs.bzl:46:6: Label '@@rules_python+//sphinxdocs:sphinx.bzl' is invalid because 'sphinxdocs' is not a package; perhaps you meant to put the colon here: '@@rules_python+//:sphinxdocs/sphinx.bzl'?
INFO: Elapsed time: 9.794s
INFO: 0 processes.
ERROR: Build did NOT complete successfully
FAILED: 
ERROR: Build failed. Not running target

Bumps [aspect_rules_lint](https://github.com/aspect-build/rules_lint) from 1.10.2 to 2.6.0.
- [Release notes](https://github.com/aspect-build/rules_lint/releases)
- [Commits](aspect-build/rules_lint@v1.10.2...v2.6.0)

---
updated-dependencies:
- dependency-name: aspect_rules_lint
  dependency-version: 2.6.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/bazel/aspect_rules_lint-2.6.0 branch from 93240df to 5bc8b91 Compare May 29, 2026 15:32
@FScholPer FScholPer merged commit 0e7d013 into main Jun 9, 2026
9 of 11 checks passed
@FScholPer FScholPer deleted the dependabot/bazel/aspect_rules_lint-2.6.0 branch June 9, 2026 10:28
@AlexanderLanin

Copy link
Copy Markdown
Member

@FScholPer please dont merge when the checks are red

I'll revert manually

AlexanderLanin added a commit to etas-contrib/score_module_template that referenced this pull request Jun 10, 2026
MaximilianSoerenPollak pushed a commit that referenced this pull request Jun 10, 2026
* chore: update GitHub workflows and configurations for improved scheduling and cleanup

* hups

* Revert "chore(deps): bump aspect_rules_lint from 1.10.2 to 2.6.0 (#76)"

This reverts commit 0e7d013.

* Revert "chore(deps): bump rules_python from 1.8.3 to 2.0.2 (#77)"

This reverts commit f2068f6.

* update lockfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file

Projects

Development

Successfully merging this pull request may close these issues.

2 participants